Vcenter Vm Guest LocalFilesystem Info

Vcenter Vm Guest LocalFilesystem Info
Vcenter Vm Guest LocalFilesystem Info

The Vcenter Vm Guest LocalFilesystem Info schema contains information about a local file system configured in the guest operating system.

This schema was added in vSphere API 6.7.

JSON Example
{
    "capacity": 0,
    "free_space": 0,
    "filesystem": "string",
    "mappings": [
        {
            "disk": "string"
        }
    ]
}
integer As int64 As int64
capacity
Required

Total capacity of the file system, in bytes.

This property was added in vSphere API 6.7.

integer As int64 As int64
free_space
Required

Free space on the file system, in bytes.

This property was added in vSphere API 6.7.

string
filesystem
Optional

Filesystem type, if known. For example, ext3 or NTFS.

This property was added in vSphere API 7.0.0.0.

set if VMware Tools reports a value.

mappings
Optional

VirtualDisks backing the guest partition, if known.

This property was added in vSphere API 7.0.0.0.

This property is optional because it was added in a newer version than its parent node.